projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d62b247
)
clk_rv1108.c: Fix unused variable warning
author
Tom Rini
<
[email protected]
>
Fri, 16 Jun 2017 17:06:28 +0000
(13:06 -0400)
committer
Tom Rini
<
[email protected]
>
Fri, 23 Jun 2017 14:38:05 +0000
(10:38 -0400)
The variables gpll_init_cfg and apll_init_cfg are unused in this file,
remove them.
Cc: Simon Glass <
[email protected]
>
Cc: Philipp Tomsich <
[email protected]
>
Signed-off-by: Tom Rini <
[email protected]
>
Reviewed-by: Simon Glass <
[email protected]
>
drivers/clk/rockchip/clk_rv1108.c
patch
|
blob
|
history
diff --git
a/drivers/clk/rockchip/clk_rv1108.c
b/drivers/clk/rockchip/clk_rv1108.c
index 0a3ba3bff9f7cd4567cd8139c29c154f2500e799..818293dfe87ad178aaed0ab2fd0fbb9f4c95516a 100644
(file)
--- a/
drivers/clk/rockchip/clk_rv1108.c
+++ b/
drivers/clk/rockchip/clk_rv1108.c
@@
-40,9
+40,6
@@
enum {
"divisors on line " __stringify(__LINE__));
/* use interge mode*/
-static const struct pll_div apll_init_cfg = PLL_DIVISORS(APLL_HZ, 1, 3, 1);
-static const struct pll_div gpll_init_cfg = PLL_DIVISORS(GPLL_HZ, 2, 2, 1);
-
static inline int rv1108_pll_id(enum rk_clk_id clk_id)
{
int id = 0;